From 841a51ee642de6876c77f0f94ae3ccb8fdcccc2e Mon Sep 17 00:00:00 2001 From: Jim Blandy Date: Sat, 19 Jun 1993 21:48:16 +0000 Subject: [PATCH] Sat Jun 19 17:47:40 1993 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu) * info.el (Info-insert-dir): Remove the call to recursive-edit. --- lisp/info.el | 1 - 1 file changed, 1 deletion(-) diff --git a/lisp/info.el b/lisp/info.el index 5d2682e6430..843fc97a664 100644 --- a/lisp/info.el +++ b/lisp/info.el @@ -297,7 +297,6 @@ to read a file name from the minibuffer." (file-attributes (car elt)))) Info-dir-file-attributes)))) (insert Info-dir-contents) - (recursive-edit) (let ((dirs Info-directory-list) buffers buffer others nodes dirs-done) -- 2.30.2